home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
misc
/
pclta-1.000
/
pclta-1
/
hostappl
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-05-27
|
236 b
|
16 lines
#
# Makefile,v 1.1 1996/05/27 16:19:39 miksic Exp
#
CC = gcc
DEBUG = -g
CFLAGS += -Wall $(DEBUG)
OBJS = applmsg.o ha.o hauif.o ni_msg.o ldvpclta.o conio.o
ha: $(OBJS)
$(CC) $(DEBUG) $(OBJS) -o ha
clean:
rm -rf *.o ha NVCONFIG.TBL